Welcome![Sign In][Sign Up]
Location:
Search - mfc group box

Search list

[ComboBoxGroupCombo_demo

Description: Creating a Group Combo Box
Platform: | Size: 46080 | Author: 肖伟强 | Hits:

[Button controlcheck控制gorup组框-说明

Description: 本程序介绍一个由check组框来控制内部控件使能 在要使用的工程中添加类CCheckableGroupBox 在资源中属于这个组框的控件设置group项目 在使用的类中 坐组框的变量映射 CCheckableGroupBox m_groupD CCheckableGroupBox m_groupQ CCheckableGroupBox m_groupZ 在使用类的初始化中 m_groupZ.SetTitleStyle(BS_AUTOCHECKBOX) //Default to check box already in class m_groupZ.SetGroupID(1) m_groupQ.SetTitleStyle(BS_AUTORADIOBUTTON) m_groupQ.SetGroupID(0) m_groupQ.SetCheck(1) m_groupD.SetTitleStyle(BS_AUTORADIOBUTTON) m_groupD.SetGroupID(0) SetTitleStyle:函数中1BS_AUTOCHECKBOX:为方型框.2BS_AUTORADIOBUTTON:为原型框 SetGroupID函数:参数中为1:不用内部控件不用选择group项目,为0要选择 Setcheck函数:参数为1:enabel,为0:unenable-the procedures introduced by a group check box to control internal controls so as to enable the project to use the added category CCheckableGroupBox resources belonging to the group box set of controls group projects in the category sitting Group variable frame mapping CCheckableGroupBox m_groupD CCheckableGroupBox m_groupQ CCheckableGroupBox m_groupZ the use of the initial category m_groupZ.SetTitleStyle of China (BS_AUTOCHECKBOX)// Default box to check m_groupZ.SetGroupID already in class (1) m_groupQ.SetTitleStyle (BS_AUTORADIOBUTTON) m_groupQ.SetGroupID (0) m_groupQ. SetCheck (1) m_groupD.SetTitleStyle (BS_AUTORADIOBUTTON) m_groupD.SetGroupID (0) SetTitleStyle : 1BS_AUTOCHECKBOX function : a square box .2 BS_AUTORADIOBUTTON : prototype box SetGroupID function : as a parameter : I do
Platform: | Size: 563200 | Author: 张连成 | Hits:

[Windows DevelopXIcon_demo

Description: 一个应用在MFC中的控件源码,它允许在MFC中自带的Groupbox的标题头部中,根据需要动态的调整显示文字和图标。-An application of the control in the MFC source code, which allows the MFC in the title comes with Groupbox head, according to the adjustment dynamically display text and icons.
Platform: | Size: 48128 | Author: 马楠 | Hits:

[GUI Developxpgroupbox_demo

Description: 一个GROUPBOX类,可以做出XP风格的GROUPBOX,比MFC自带好看多了,很完备的一个类,稍加修改即可放在自己的代码中使用,这个是一个DEMO。-GROUPBOX a category, you can make XP style GROUPBOX, than MFC comes with many good-looking, and a complete set of a class, a little modification of the code can be placed on the use of their own, this is a DEMO.
Platform: | Size: 49152 | Author: 周航 | Hits:

[ADO-ODBCsample1

Description: 1在组对话框上进行子对话框之间的切换 2使用VC++播放FLASH文件 3在VC++中使用MFC ODBC技术访问ACCESS数据库 4为数据库中的每个表映射一个记录集类型 5Singleton类的使用 6ini文件的读写 7使用VC++直接发送Email-1 in the group sub-dialog box on the dialog box to switch between the 2 using the VC++ Play FLASH paper 3 in VC++ using MFC ODBC database technology access ACCESS database 4 for each table in a recordset type mapping 5Singleton category 6ini the use of 7 to read and write documents using VC++ Direct Send Email
Platform: | Size: 8601600 | Author: lishiming | Hits:

[Dialog_WindowResizeDlgDemoc

Description: 实际项目中经常会用到对话框,但MFC自带的CDialog类没有自动布局的功能,每添加一个子控件,都要在OnSize()中写相应的代码来控制子窗口移动,非常麻烦。CResizeDlg派生自CDialog类,可以自动完成子控件的布局,大大加快开发速度了。本类支持子控件为对话框的情况,支持Group控件的情况。-Often used in the actual project dialog box, but comes with MFC CDialog class does not automatically layout functions, each adding a child control, should be in OnSize () to write the appropriate code to control the child window is moved, very troublesome. CResizeDlg derived from CDialog class, you can automate the layout of the child controls, greatly accelerate the pace of development. This class supports the case for the dialog child controls to support the Group controls the situation.
Platform: | Size: 59392 | Author: victortear | Hits:

[OtherMFC_TEST4

Description: 新建MFC工程,通过树形控件,Group Box, 静态文本,编辑框,按钮,List Control 和 List Box,进行界面设计-New MFC project, through the tree Control, Group Box, static text, edit Box, and button, List Control and a List Box, design the interface
Platform: | Size: 2342912 | Author: 彭燕 | Hits:

CodeBus www.codebus.net